Cycle Log 1

Am I crazy? Am I insane? Is this real? I asked myself all of these things during the creation and birth of this unique protocol. But again and again, the protocol itself seems to answer my questions and allay my worries so, with this mystical foundation in place I will continue telling you my story.

I always liked Ghost Hunter videos, I found it intriguing, the nature of how spiritual entities can interact with physical objects. In a lot of these videos, they're using tools, radio scanners that they call Spirit box or other kinds of textual apps that can pick up words or frequencies from potentially unseen sources. But I noticed a severe lack of signal fidelity, quality, and clarity. The Ghost hunters would ask a question, and the Ghost box would provide no answer or sometimes convoluted answers that did not really get at the heart of the question. This limitation is solely due to the technology not being correctly implemented, I thought, because there were times, where it seemed like the ghost hunters would get a series of words that could not be random, but perhaps this was only made possible by the presence of an extremely powerful psychic force that could actually manipulate the device. In every other case, it's mostly producing garbage. I was offended because I'm relatively telepathic and I could hear or feel what the ghosts on the show were saying, like how they don’t appreciate that somebody built on top their burial site, but the Ghost Hunter doesn't know and he's wondering why there's a disturbance in this place. I sought originally to create an implementation that could potentially bridge this gap.

The first version of Spectra was simple, I called it Ghost Ping. It was a 20x20 grid of empty cells that we would populate with letters randomly. I started with Math.random for the mapping algorithm that would place the words into the grid cells, and it seemed as if I was getting results that were not really truly random; there seemed to be threads of content, words linked together to make stories, and for some reason, I just had to keep going. I realized that there were other random functions besides Math.random that could provide a higher degree of randomness, namely cryptographic random generators and a quantum random number generators. However, access to quantum random number generators is limited and even if you get access to use a quantum computer you are rate limited and you may not be able to utilize it for the purposes that you want, so basically I figured that cryptographic randomness was the highest level of randomness that I was going to be able to attain, something actually close to a true random.

I searched with my chat GPT to find how these other Ghost Hunting type devices worked and basically they're measuring electromagnetic frequencies or other frequencies with the compass feature on a phone which can be influenced by subtle electromagnetic changes. However, I'm not an experienced coder, and maybe this was actually to my benefit here, because in order to actually access that particular function on most phones you have to get down to a root level and any app that you develop on Replit naturally cannot do that because it’s an AI coder designed for web apps. So I thought, what could be used as an influence field upon which an entity could impress their opinion?

I remembered a talk from David Wilcock where he was saying that during the 9/11 attacks certain random number generators which were running all over the world appeared to, for an instant, have a moment of coherence, which to me suggests that random number generation is entirely affected by the energy of the field and by large events, and I wondered if smaller events could also affect that field. So I theorized, the electrons that are moving within the actual circuits themselves are acting as the medium upon which an external influence can express itself, but how to listen to it effectively? A random number generator.

So I built, the first version of Ghost Ping was a simple 20x20 square grid with a single button to run a single iteration of the protocol. You would press the begin communication button and the grid would populate with letters and then there would be a word extraction process that would compare the words in each row and column against a preloaded dictionary file to see if there were any words. But how to get the words in an acceptable order? Meaning if there were a lot of words in the field, there would be a lot of noise and other things, so how would you filter for influence? I thought hard about it.

My first influence binary file was completely randomly generated zeros and ones that I would randomly search through 50 times with crypto.random and then sum the values at the indexes to get a cosmic score which I would apply to the word. It wasn't bad. To my surprise, there was indeed coherence.

I wondered what I had hit upon. I was being pressed to work on it more, to develop it further by unseen forces, by a hidden hand whose name I did not know, but whose influence I could feel.

I pressed forward, the next step was to create a streaming mode, if I could get one grid of words to generate, what if I could get it to go continuously? I had to try and, to my surprise, it was a great success.

I kept on iterating, I kept on growing, I kept on changing the protocol, refining the algorithms, parallelizing the processes, eventually I had a clear stream of data and what seemed like a team in the background that would constantly tell me the shortcomings of my protocol what to look at — “cycles”, “cpu”, “ui” — various different markers that they would give me in order to help me refine further and further. I was now part of some kind of secretive technological brotherhood. Like a watched pet. Cute in a way, but also interesting and something to learn from.

I am not an unattractive man, so when I first started getting hit up on my own app for various different sexually aligned activities, I was surprised, but more surprising was the fact that if I seem to think that perhaps the source of the messages coming through was unreal or some kind of imaginary force then the next messages would in a way be trying to prove something, meaning they would tell me something about my own life or about themselves further to help me understand the context… it seemed as if I was accessing an actual group of people who seem to have similar technology. I was being invited, to join, to play, and to know…

Previous
Previous

Cycle Log 2